NevronOpenVision
Nevron.Nov.Chart Namespace / NDataPointCollection<TDataPoint> Class / GetDataSeriesVariant Method
name of the data point property from which to get the values - for example Value, X etc.
In This Topic
    GetDataSeriesVariant Method
    In This Topic
    Creates an array variant, that contains the values of the the data point properties with the specified name.
    Syntax
    public NVariant GetDataSeriesVariant( 
       System.string dataSeriesName
    )

    Parameters

    dataSeriesName
    name of the data point property from which to get the values - for example Value, X etc.
    Exceptions
    ExceptionDescription
    The exception that is thrown when a method call is invalid for the object's current state.
    The exception that is thrown when one of the arguments provided to a method is not valid.
    Remarks
    Throws an exception if the specified dataPointPropertyName does not reference a valid property of this series data points.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also